*{box-sizing: border-box;}
.gtkl_change {
    border-width: 0px;
    border-color: rgb(74, 125, 255);
    border-style: solid;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.49);
    padding-top: 1%;
    margin-bottom: 40px;
    margin-top: 2%;
}

.gtklC_tit {
    background: url(https://www.huatu.com/images/gw/tl/gtklC_tit.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 2%;
    margin-top: -2%;
}

.gtklC_tit ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 24%;
    margin-top: 2%;
}

.gtklC_tit p a{
    font-size: 25px;
    color: #fff;
    font-family: "FZLanTingHeiS-B-GB";
}
.gtklC_tit p a:hover{
    font-size: 25px;
    color: #fff;
    font-family: "FZLanTingHeiS-B-GB";
}
  
/* .gtklC_tit ul li {
    width: 33%;
} */

/* .gtklC_tit ul li a {
    display: block;
    margin-right: 6%;
} */

.gtklC_cardTit {
    background: url(https://u3.huatu.com/uploads/allimg/230921/351200-2309211K944U7.png) no-repeat;
    background-size: 130% 100%;
    display: flex;
    align-items: center;

    padding: 1% 0% 1% 4%;
    margin-bottom: 20px;
}
.gtklC_cardTit h2 {
    margin-right: 40px;
}
.gtklC_cardTit h2 a{
    font-size: 22px;
    color: #f30101;
    font-family: "FZLanTingHeiS-DB-GB";
}
.gtklC_cardTit p {
    margin-left: 2%;
    font-weight: bold;
}
.gtklC_cardTit p a{
    font-size: 19px;
    color: #f30101;
    font-family: "FZLanTingHeiS-DB-GB";

}
.gtklC ul li{
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gtklC ul li img{
    margin-right: 2%;
}
/* .gtklC ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.gtklC ul li a p{
    display: flex;
    align-items: center;
}

.gtklC ul li .gtklC_cardNews {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;

}
.gtklC ul li a img{
    margin-right: 2%;
}


.gtklC {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2%;
}

.gtklC_left,
.gtklC_right,
.gtklC_center {
    width: 30%;
    box-sizing: border-box;
}


.gtklC_btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtklC_btn a{
    display: block;
    width: 24%;
    border-radius: 10px;
    color: #000;
    padding: 2% 0;
    text-align: center;
}
.gtklC_btn a:nth-child(1){
    background-color: #c1c7ff;
}
.gtklC_btn a:nth-child(2){
    background-color: #ffeac1;
}
.gtklC_btn a:nth-child(3){
    background-color: #ffc1c1;
}
.gtklC_btn a:nth-child(4){
    background-color: #c1e0ff;
}
.gtklC_card_bot{
    margin-top: 30px;
}
.gtklC_right .gtklC_card_bot .gtklC_cardTit{
    background: url(https://www.huatu.com/images/gw/tl/gtklC_cardTit2.png) no-repeat;
    background-size: 164% 100%;
}
.gtklC_right .gtkl_change_bg .gtklC_cardTit{
    background: url(https://www.huatu.com/images/gw/tl/gtklC_cardTit2.png) no-repeat;
    background-size: 90% 100%;
}
.gtklC_right .gtklC_card_top .szyfbt{
    background: url(https://u3.huatu.com/uploads/allimg/240509/660680-240509154IN57.png) no-repeat;
    background-size: 90% 100%;
}
.gtklC_right .gtklC_card_bot .gtklC_cardTit h2 a{
    color: #fff;
}

.gtklC_right .gtklC_card_bot .gtklC_cardTit p{
    color: #4c4c4c;
}
.gtklC_right .gtklC_card_bot{
    margin-top: 24px;
}
/* .gtklC_center{
    padding: 0 2%;
} */

.gtklC_centerTit{
    display: flex;
    align-items: center;
    margin:3% 0;
}
.gtklC_centerTit p{
    font-size: 20px;
    color: #f30101;
    margin-left: 2%;
    font-weight: bold;
}


.gtklC_centerCard_tit{
    background: #eb1200;
    border-radius: 10px 10px 0 0;
    text-align: center;
    position: relative;
    padding: 6% 0;
    overflow: hidden;
}
.gtklC_centerCard_tit h3{
    font-size: 16px;
    color: #fff;
}
.gtklC_centerJb{
    position: absolute;
    right: -18%;
    top: 26%;
    transform: rotate(47deg);
    background-color: #ffdf00;
    padding: 1% 6%;
    font-size: 12px;
    color: #f52300;
    width: 60%;
}
.gtklC_centerCardBtn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2%;
}
.gtklC_centerCardBtn a{
    width: 48%;
    border-radius: 8px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 0px 7px 0px rgba(204, 204, 204, 0.84);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4% 0;
    margin-bottom: 2%;
    position: relative;
}
.gtklC_centerCardBtn a img{
    position: absolute;
    right: 6%;
    bottom: 10%;
    z-index: 1;
}

.gtklC_centerCardBtn a p{
    font-size: 16px;
    color: #f30101;
    z-index: 9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gtklC_centerCardBtn a:nth-child(2)>p{
    color: #609bfe;
}
.gtklC_centerCardBtn a:nth-child(3)>p{
    color: #ff981e;
}
.gtklC_centerCardBtn a:nth-child(4)>p{
    color: #1ac9c9;
}
.gtklC_centerCard{
    border-radius: 8px;
    padding-bottom: 2%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtklC_centerCar_time{
    display: block;
    margin: 1%;
    background-image: -moz-linear-gradient( -90deg, rgb(255,54,0) 0%, rgb(226,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,54,0) 0%, rgb(226,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,54,0) 0%, rgb(226,0,0) 100%);
    border-radius: 30px;
    text-align: center;
    padding: 3% 0;
    color: #fff;
    font-size: 16px;
    
}

.gtklC_centerCard_l,.gtklC_centerCard_r{
    width: 48%;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 0px 7px 0px rgba(204, 204, 204, 0.84);
    padding-bottom: 2%;
    border-radius: 10px;
}
.gtklC_centerCard_r .gtklC_centerCard_tit {
    background-image: -moz-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
}


.gtklC_centerCard_r .gtklC_centerCar_time{
    background-image: -moz-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,198,0) 1%, rgb(255,126,0) 100%);
}


.gtklC_center .swiper-slide a img{
    display: block;
    width: 100%;
    height: 218px;
}

/* .gtklC_centerBot{
    margin-top: 30px;
} */
@media screen and (max-width:1500px) {
    .gtklC_cardTit p{
        font-size: 16px;
    }
    .gtklC_centerCar_time{
        font-size: 12px;
    }
    .gtklC_tit p a{
        font-size: 21px;
    }
    .gtklC_cardTit h2 a,.gtklC_cardTit p a{
        font-size: 17px;
    }
    .gtklC_cardTit p a{
        font-size: 17px;
    }
    .gtklC_tit p a:hover {
        font-size: 21px;
        color: #fff;
        font-family: "FZLanTingHeiS-B-GB";
    }
    /* .gtklC_centerBot{
        margin-top: 14px;
    } */
}
